The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "orlite"

ORLite - Extremely light weight SQLite-specific ORM River stage two • 10 direct dependents • 24 total dependents

SQLite is a light single file SQL database that provides an excellent platform for embedded storage of structured data. However, while it is superficially similar to a regular server-side SQL database, SQLite has some significant attributes that make...

ETHER/ORLite-2.00 - 19 Aug 2023 22:25:35 UTC - Search in distribution

ORLite::Array - Array based objects for ORLite River stage zero No dependents

ORLite is a light weight ORM specifically designed for used with SQLite databases. By changing ORLite's hash based objects to using array based objects we can cut away some time spend in DBI slicing the objects. For some sample examples this has show...

PMAKHOLM/ORLite-Array-0.02 - 15 Oct 2009 09:32:30 UTC - Search in distribution

ORLite::PDL - PDL integration for ORLite River stage zero No dependents

Note: This is a very simple initial implementation, more functionality to come in the future. Compressed SQLite database files are a handy format for the distribution of bulk data, including statistical data. The ORLite Object-Relational Model provid...

ADAMK/ORLite-PDL-0.02 - 10 Jan 2010 06:36:46 UTC - Search in distribution

ORLite::Pod - Documentation generator for ORLite River stage one • 1 direct dependent • 1 total dependent

The biggest downside of ORLite is that because it can generate you an entire ORM in one line of code, you can have a large an extensive API without anywhere for documentation for the API to exist. The result is quick efficient creation of APIs that n...

ADAMK/ORLite-Pod-0.11 - 21 Jul 2011 01:33:54 UTC - Search in distribution
  • orlite2pod - Documentation generator frontend for ORLite

ORLite::Mirror - Extend ORLite to support remote SQLite databases River stage two • 13 direct dependents • 16 total dependents

ORLite provides a readonly ORM API when it loads a readonly SQLite database from your local system. By combining this capability with LWP, ORLite::Mirror goes one step better and allows you to load a SQLite database from any arbitrary URI in readonly...

ADAMK/ORLite-Mirror-1.24 - 31 Oct 2012 03:56:14 UTC - Search in distribution

ORLite::Migrate - Extremely light weight SQLite-specific schema migration River stage one • 2 direct dependents • 2 total dependents

SQLite is a light weight single file SQL database that provides an excellent platform for embedded storage of structured data. ORLite is a light weight single class Object-Relational Mapper (ORM) system specifically designed for (and limited to only)...

ADAMK/ORLite-Migrate-1.10 - 02 Feb 2012 03:15:29 UTC - Search in distribution

ORLite::Profile - Experimental Aspect-Oriented Profiler for ORLite River stage zero No dependents

ORLite::Profile is an experimental profiler for ORLite. It currently serves as an experimental test-bed for more wide-scoped DBI profiling and monitoring modules. It weaves Aspect-based profiling logic into the DBI layer, below the ORLite logic itsel...

ADAMK/ORLite-Profile-0.01 - 21 Apr 2009 14:23:03 UTC - Search in distribution

ORLite::Statistics - Statistics enhancement package for ORLite River stage zero No dependents

This is an enhancement module for ORLite table classes, designed to provide easy integration with the Statistics::Base module....

ADAMK/ORLite-Statistics-0.03 - 30 Sep 2009 14:36:55 UTC - Search in distribution

Padre::DB - An ORLite-based ORM Database API River stage two • 56 direct dependents • 56 total dependents

This module implements access to the database that Padre is using to store bits & pieces. It is using "ORLite" underneath, for an easy table scheme discovery at runtime. See below to learn about how to update the database scheme. Updating database sc...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC - Search in distribution

ORDB::JSAN - An ORLite-based ORM Database API River stage zero No dependents

This module is a demonstration package for what a new SQLite index-based client might look like, or at least the ORM layer part of it. It is implemented as a pure ORLite::Mirror class with no additional code....

ADAMK/ORDB-JSAN-0.01 - 22 Sep 2009 13:24:20 UTC - Search in distribution

JSAN::Index - JavaScript Archive Network (JSAN) SQLite/ORLite Index River stage one • 2 direct dependents • 2 total dependents

JSAN is the JavaScript Archive Network, a port of CPAN to JavaScript. You can find the JSAN at <http://openjsan.org>. As well as a flat text file index like CPAN, the JSAN index is also distributed as a DBD::SQLite database. "JSAN::Index" is a ORLite...

ADAMK/JSAN-Client-0.29 - 24 Jun 2010 14:15:42 UTC - Search in distribution

ORDB::CPANRT - An ORLite-based ORM Database API River stage zero No dependents

TO BE COMPLETED...

ADAMK/ORDB-CPANRT-0.04 - 31 Oct 2011 06:38:20 UTC - Search in distribution

ORDB::CPANMeta - An ORLite-based ORM Database API River stage zero No dependents

TO BE COMPLETED...

ADAMK/ORDB-CPANMeta-0.10 - 22 Jul 2009 15:46:47 UTC - Search in distribution

Ormlette - Light and fluffy object persistence River stage zero No dependents

Ormlette is a simple object persistence mechanism which is specifically designed to avoid imposing any requirements on how your code is organized or what base classes you use. Rather than requiring your classes to inherit from it, Ormlette is initial...

DSHEROH/Ormlette-0.005 - 08 Jul 2013 08:27:29 UTC - Search in distribution

ACME::QuoteDB - API implements CRUD for a Collection of Quotes (adages/proverbs/sayings/epigrams, etc) River stage zero No dependents

This module provides an easy to use programmitic interface to a database (sqlite3 or mysql) of 'quotes'. (any content really, that can fit into our "defined format") For simplicty you can think of it as a modern fancy perl version of fortune (with a ...

DVWRIGHT/ACME-QuoteDB-0.1.2 - 01 Oct 2009 06:15:33 UTC - Search in distribution

EntityModel - manage entity model definitions River stage one • 3 direct dependents • 7 total dependents

This module provides a data storage abstraction system (in the form of an Object Relational Model) for accessing backend storage from Perl and other languages. The intent is to take a model definition and generate or update database tables, caching l...

TEAM/EntityModel-0.102 - 08 Sep 2013 17:14:29 UTC - Search in distribution

CPANDB - A unified database of CPAN metadata information River stage one • 1 direct dependent • 1 total dependent

CPANDB is an module for accessing CPAN metadata merged from many different CPAN websites into a single object model, downloaded automatically and without the need for any configuration....

ETHER/CPANDB-0.19 - 15 Jul 2023 19:00:41 UTC - Search in distribution

DBIx::RunSQL - run SQL from a file River stage one • 4 direct dependents • 6 total dependents

CORION/DBIx-RunSQL-0.24 - 09 Jun 2023 06:28:18 UTC - Search in distribution

Database::Async - provides a database abstraction layer for IO::Async River stage one • 1 direct dependent • 1 total dependent

Database support for IO::Async. This is the base API, see Database::Async::Engine and subclasses for specific database functionality. This is an early preview release. DBI provides a basic API for interacting with a database, but this is very low lev...

TEAM/Database-Async-0.019 - 04 Dec 2023 15:20:06 UTC - Search in distribution

Politics::AU::Geo - An ORLite-based ORM Database API River stage zero No dependents

TO BE COMPLETED...

ADAMK/Politics-AU-Geo-0.01 - 13 Jun 2009 07:23:29 UTC - Search in distribution
35 results (0.04 seconds)